CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - tracking mean shift

搜索资源列表

  1. mean_shift

    1下载:
  2. 基于Mean_shift的运动目标跟踪算法,可实现高速公路车辆的检测-Moving Target Tracking Based on Mean_shift algorithm can achieve highway vehicle detection
  3. 所属分类:matlab例程

    • 发布日期:2013-04-22
    • 文件大小:9976859
    • 提供者:吴军
  1. BasedOnMeanShiftAndParticleFilterObjectTracking.ra

    0下载:
  2. 基于Mean Shift算法和Particle Filter算法的目标跟踪学位论文:讨论了MeanS hift算法(均值偏移)和粒子滤波算法(Particle Filter),分析了两种算法的特点;,分析了用运动目标检测提取目标运动特征的技术,通过增加对目标特征描述信 息,提高跟踪健壮性,并在以颜色直方图描述颜色特征的基础上,融合了目标的运动特征,设计了一种基于运动特征和颜色特征多特征融合的粒子滤波跟踪方法;用二阶直方图描述颜色特征,设计了均值偏移和粒子滤波相结合的目标跟踪技术-Based
  3. 所属分类:Document

    • 发布日期:2017-04-09
    • 文件大小:2126673
    • 提供者:田卉
  1. meanshift

    0下载:
  2. 目标跟踪中常用均值漂移算法,以下是关于meanshift的一些改进算法-Commonly used in target tracking, mean-shift algorithm, the following are some improvements on the algorithm of meanshift
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:1014352
    • 提供者:于晓辉
  1. RealTimeMeanShiftTrackingusingOpticalFlowDistribut

    0下载:
  2. 利用mean shift算法实现实时目标跟踪,并使用光流法进行目标检测-Using mean shift algorithm for real-time target tracking, and use the optical flow method for target detection
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2792198
    • 提供者:张迎
  1. IJPRAI_demo_software

    0下载:
  2. 一种基于纹理的Mean Shift目标跟踪算法Matlab源代码,论文<Robust Object Tracking using Joint Color-Texture Histogram>发表在2009年的International Journal of Pattern Recognition and Artifical Intelligence.-Matlab Code for An Texture based Mean Shift Tracking Algroithm. The
  3. 所属分类:Graph program

    • 发布日期:2017-05-14
    • 文件大小:3906895
    • 提供者:宁纪锋
  1. mean_shift

    0下载:
  2. MeanShift算法在运动人体跟踪MATLAB代码-MeanShift algorithm in MATLAB code tracking of moving body
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:134788
    • 提供者:许浩然
  1. VideoDemo

    0下载:
  2. 视频演示算法包括,1. 静态背景下的背景预测法目标检测。 静态背景下帧间差分法目标检测Mean Shift目标跟踪方法 重心多目标跟踪方法。该框架支持的视频只限于RGB非压缩Windows AVI格式,可以通过“文件”菜单下打开视频来打开视频文件。-Video presentation algorithms, including, 1. Static background background prediction target detection. Static background fram
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-13
    • 文件大小:3109337
    • 提供者:安红
  1. Particle-filter-tracking-research

    0下载:
  2. 基于改进Mean-Shift算法的粒子滤波跟踪应用研究的一篇学位论文,武汉科技大学的硕士学位论文-Mean-Shift algorithm based on improved particle filter tracking an applied research dissertation, Wuhan University of Technology, Master Thesis
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1313214
    • 提供者:dingyebing
  1. meanshift

    0下载:
  2. video tracking mean shift implementation
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3259
    • 提供者:ramati
  1. Online-Learning-for-Tracking

    0下载:
  2. 本书为卡耐基梅隆大学教授Robert T. Collins在中美学术交流会上专门为中国学生做的关于目标跟踪方面的讲座,内容涵盖了template matching, mean-shift, data association等。同时结合了他们实验室的项目经验,讲解内容深入浅出,全力推荐!-Book for the Carnegie Mellon University Robert T. Collins in the United States specifically for academic e
  3. 所属分类:software engineering

    • 发布日期:2017-05-20
    • 文件大小:6106204
    • 提供者:胡志恒
  1. meanshift-tracking

    0下载:
  2. 采用MeanShift算法对视频中目标进行跟踪,程序在vc6.0 MFC多文档结构下运行通过,视频第一帧的目标位置和大小需要在事先指定。-This program is to track object in video by mean shift algorithm. The program can be running in MFC framework. The position and scale of the object should be given by hand on the fi
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:324774
    • 提供者:Robert
  1. motion-tracking-and-implementation

    0下载:
  2. 目标跟踪是计算机视觉的一个重要分支,日益广泛应用于科学技术、国防安全、航空、医药卫生以及国民经济等领域。实现目标跟踪的关键在于完整地分割目标、合理提取特征和准确地识别目标,同时,要考虑算法实现的时间,以保证实时性。当视频图像中被跟踪目标发生姿态变化,存在旋转或部分遮挡时,简单的灰度模板或者Hausdorff距离匹配一般很难达到实时跟踪目标的要求,出现误匹配或者跟踪丢失的情况,而且跟踪效率较低。Gary R.Bradski提出的CAMSHIFT[1](Continu-ously Adaptive
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:129793
    • 提供者:mei88
  1. Object-tracking-using-SIFT

    0下载:
  2. 使用SIFT特征和均值漂移的目标跟踪的算法仿真-Object tracking using SIFT features and mean shift
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:404522
    • 提供者:yehua
  1. face-detection-and-tracking

    0下载:
  2. 基于adaboost和mean-shift视频中的人脸检测与跟踪识别-face detection and tracking recognition of videoBased on adaboost and mean-shift
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-19
    • 文件大小:5272882
    • 提供者:jianghui
  1. face-detection-and-tracking

    0下载:
  2. 基于AdaBoost和mean-shift视频中的人脸检测与跟踪识别-Based on AdaBoost and mean-shift video of face detection and tracking recognition
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-11
    • 文件大小:18119686
    • 提供者:jianghui
  1. An-Object-Tracking-Method-

    0下载:
  2. 室外场景下由于场景背景条件变化容易导致视频目标跟踪稳定性差。该文提出一种利用红外和可见光传感 器的双通道视频目标跟踪方法。该算法利用可见光图像的目标颜色特征和红外图像的目标轮廓特征,结合均值漂移 算法与水平集曲线演化实现目标定位,并给出了目标尺度和模板更新方法;对多目标跟踪的互相遮挡问题,通过判 断目标合并与分离实现遮挡时多个目标的定位。实验结果表明,该文方法能够有效处理光照变化、阴影、遮挡等情 况,实现目标的稳定跟踪。-Considering the poor stabilit
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:386213
    • 提供者:majun
  1. target-tracking

    0下载:
  2. 利用背景平均法,帧间差分法进行目标跟踪。还有基于Mean Shift的复杂背景的运动目标跟踪方法。-利用背景平均法,帧间差分法进行目标跟踪。还有基于m... Using the method of average background, two consecutive frames subtraction method for target tracking. There are complex background based on mean shift method of m
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3968285
    • 提供者:白嘉盈
  1. mean-shift-tracking

    0下载:
  2. meanshift算法的车辆跟踪,效果非常好,改进版的,希望对大家有用-Meanshift algorithm of vehicle tracking, the effect is very good, improved version of the hope of the useful
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2744168
    • 提供者:吴金滨
  1. object-tracking-based-on-TOD

    1下载:
  2. 基于纹理和边缘方向特征融合的目标跟踪程序代码,是基于mean shift框架的-This paper proposes a powerful and robust local descr iptor,called textureorientation descr iptor(TOD). TOD consists of two components: texture and orientation. Considering that the human shape shows more s
  3. 所属分类:Graph program

    • 发布日期:2016-04-19
    • 文件大小:5120
    • 提供者:邹温林
  1. mean-shift-tracking

    0下载:
  2. mean shift tracking(跟踪汽车)源代码。-mean shift tracking (tracking car) source code.
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3113475
    • 提供者:巨刚
« 1 2 3 45 6 7 8 9 10 11 »
搜珍网 www.dssz.com